home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Source ƒ / egrep-1.5 / grep-src / common.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-28  |  88 b   |  8 lines

  1. #pragma once
  2.  
  3. #include <Types.h>
  4.  
  5. void AbEnd(Str255 p);
  6. void emitdata(char *pat, ...);
  7.  
  8.